home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flybox3.dir / 00005.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  302 b   |  15 lines

  1. on exitFrame
  2.   global gHelp
  3.   repeat with i = 1 to 48
  4.     puppetSprite(i, 1)
  5.   end repeat
  6.   if gHelp = 1 then
  7.     set the castNum of sprite 47 to 47
  8.     set the castNum of sprite 13 to 16
  9.   else
  10.     set the castNum of sprite 47 to 18
  11.     set the castNum of sprite 13 to 17
  12.   end if
  13.   updateStage()
  14. end
  15.